Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vip app #2144

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Fix vip app #2144

merged 1 commit into from
Dec 9, 2024

Conversation

mjangda
Copy link
Member

@mjangda mjangda commented Dec 9, 2024

Restore support for format for the command, otherwise we never end up outputting anything. Also removes the redundant header handling which would include extrenuous data in the output.

See #2129

Fixes BB8-12202

Steps to Test

  1. Check out PR.
  2. Run npm run build
  3. Run ./dist/bin/vip-app.js
  4. Run ./dist/bin/vip-app.js api <= output as table
  5. Run ./dist/bin/vip-app.js api --format json <= output as json
  6. Run ./dist/bin/vip-app.js api --format csv <= output as CSV

Restore support for format for the command, otherwise we never end up
outputting anything. Also removes the redundant `header` handling which
would include extrenuous data in the output.
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@mjangda mjangda requested a review from sjinks December 9, 2024 05:34
Copy link

sonarqubecloud bot commented Dec 9, 2024

@sjinks sjinks self-assigned this Dec 9, 2024
@sjinks sjinks removed their assignment Dec 9, 2024
@sjinks sjinks merged commit ee2c57f into trunk Dec 9, 2024
17 checks passed
@sjinks sjinks deleted the fix/vip-app branch December 9, 2024 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants